home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / fc20hpgm.arc / BRIEF133.PCH < prev    next >
Text File  |  1987-03-18  |  1KB  |  48 lines

  1. A
  2. ;    This is file: BRIEF133.PCH
  3. ;
  4. ;The following command should be applied to BRIEF
  5. ;version 1.33 to patch it to work with FANSI-CONSOLE
  6. ;when using 43 line mode on an EGA.
  7. ;Unless the patch is used, BRIEF will continuously
  8. ;reset the display trying to get it into 43 line mode.
  9. ;Note that this is unnecessary otherwise.
  10. ;This is for the BRIEF version 1.33 ONLY!
  11. ;After the patch is made, BRIEF will still work
  12. ;without FANSI-CONSOLE.
  13. ;The commented lines (ones starting with semi-
  14. ;colons) may generate error text but that is OK.
  15. ;Note that the patched routine may not be in exactly
  16. ;the same place in your version of BRIEF.
  17. ;Before applying this patch you must do the 
  18. ;following and note the value displayed for "yyyy"
  19. ;----------------------------------------------
  20. ;    A>REN B.EXE B.BIN
  21. ;    A>DEBUG B.BIN
  22. ;    -RCS
  23. ;    CS yyyy
  24. ;    :        {just return}
  25. ;    A>
  26. ;----------------------------------------------
  27. ;Add "1000" to "yyyy" and change this file so
  28. ;that all the "xxxx"'s have this new value.
  29. ;Then:    
  30. ;----------------------------------------------
  31. ;    A>DEBUG B.BIN <BRIEF133.PCH
  32. ;    A>REN B.BIN B.EXE
  33. ;----------------------------------------------
  34.  
  35. A
  36. ;The following instruction will appear at the same
  37. ;place in your version, check the address and
  38. ;change the patch address if it is different in your version.
  39. ;-U xxxx:0B77
  40. ;xxxx:0B77 813E4C00E01B CMP WORD PTR [004C],1BE0
  41.  
  42. Axxxx:0B77
  43. CMP BYTE [84],2A
  44. NOP
  45.  
  46. W
  47. Q
  48.